object TutorStepInfo: TTutorStepInfo Left = 261 Top = 169 BorderStyle = bsDialog ClientHeight = 242 ClientWidth = 355 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -15 Font.Name = 'Arial' Font.Style = [] OldCreateOrder = True Position = poScreenCenter Scaled = False OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 17 object Label5: TLabel Left = 73 Top = 2 Width = 280 Height = 51 AutoSize = False Caption = 'Step in tutor' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -15 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False Layout = tlCenter WordWrap = True end object Label2: TLabel Left = 10 Top = 65 Width = 78 Height = 18 Caption = 'Levelname' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -15 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Bevel1: TBevel Left = 0 Top = 55 Width = 355 Height = 15 Shape = bsTopLine end object Image1: TImage Left = 3 Top = 3 Width = 55 Height = 52 end object Label1: TLabel Left = 10 Top = 87 Width = 339 Height = 35 Caption = 'Label1' Constraints.MaxWidth = 339 Constraints.MinHeight = 35 Constraints.MinWidth = 339 WordWrap = True end object Panel1: TPanel Left = 0 Top = 205 Width = 355 Height = 37 Align = alBottom BevelOuter = bvNone TabOrder = 0 object Bevel2: TBevel Left = 0 Top = 0 Width = 355 Height = 6 Align = alTop Shape = bsTopLine end object BitBtn1: TBitBtn Left = 132 Top = 7 Width = 89 Height = 26 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 NumGlyphs = 2 end object BitBtn2: TBitBtn Left = 226 Top = 7 Width = 127 Height = 26 Caption = 'Change step...' TabOrder = 1 OnClick = SpeedButton1Click end end end